home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando23.dms / in.adf / Decks / ComplexExamples / AboutTheseDecks.doc < prev    next >
Encoding:
Text File  |  1991-04-20  |  2.2 KB  |  57 lines

  1. About the ComplexExamples decks:
  2.  
  3.   NOTE:  All requesters used by the following decks are located in the
  4.          subdirectory SubDecks.
  5.  
  6. CanCalc
  7.  
  8.   Yes, an actual, though limited, spreadsheet program!  Click on a
  9.   section of the spreadsheet and enter the equation, string, or value
  10.   which you wish that "cell" to contain.  Values are entered as numeric
  11.   values; strings are entered in quotes.  The expressions are build from
  12.   the value of the cells, e.g.  A1+B2+B3.
  13.  
  14. Graphit
  15.  
  16.   This deck allows you to graph expressions.  You can specify the
  17.   expression and the range which should be graphed.  You can also add or
  18.   delete the expressions to a file of expressions.  If you click on the
  19.   "Figure Y Min&Max" button, Graphit will determine the appropriate Y
  20.   ranges for the graph to use.  Pressing "Redraw Graph" will actually
  21.   graph the expression.
  22.  
  23. NewPhone
  24.  
  25.   This is a new Phone book example, using the new DataBase functions and
  26.   variables.  This demonstrates how entire documents can be made part of
  27.   each record in a database.
  28.  
  29. SimpleReqExample
  30.  
  31.   This deck demonstrates the use of three types of requesters, located in
  32.   the SubDecks directory, as the deck SimpleReq.  The first is a simple
  33.   Message requester which displays a message and contains a button to
  34.   remove the message.  The second requester is a YES NO type requester,
  35.   which can be used to ask a question which has a yes or no answer.
  36.   The third is a requester which allows you to type a response.
  37.  
  38.   To see how the requesters are opened, look at the OpenRequester commands
  39.   in the OnRelease script of each of the buttons in this deck.  To see how
  40.   the replies are handled, see the MessageFromSubDeck script of the Card,
  41.   as well as the three routines, "Ok Comment", "Question Answered", and
  42.   "Info Provided".
  43.  
  44. Budget
  45.   The Budget deck is unquestionably the most complex example deck
  46.   included with CanDo.  It uses may Advanced techniques which demonstrate
  47.   CanDo's ability to create applications which rival commercially available
  48.   software.
  49.  
  50.   If you are an advanced CanDo programmer, then this should provide ample
  51.   demonstration of sophisticated "Data Structure" manipulation.
  52.  
  53.   Otherwise, you might be able to get some use out of it.
  54.   
  55.   See the Budget tutorial for more details.
  56.   
  57.